curl --request POST \
--url https://sandbox.api.fantasyfutbol.app/v1/price \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"fantasy_league_id": 2,
"prices": [
{
"player_id": 2,
"price": 1,
"type": "PRICE_ENTRY"
}
]
}
'