curl -X POST https://api.atlas.co/functions/v1/prices \
-H "Authorization: Bearer sk_test_xxx" \
-H "Content-Type: application/json" \
-d '{
"product": "prod_xxx",
"currency": "usd",
"unit_amount": 2999,
"type": "recurring",
"recurring": {
"interval": "month"
}
}'