Example of failed request

Request has reached the throttle limit.

Request:

curl --location --request POST 'https://demo.ddev.site/api/demo/photos' \
    --header 'Content-Type: application/json' \
    --header 'Accept: application/json' \
    --header 'Cookie: fe_typo_user=53574eb0bafe1c0a4d8a2cfc0cf726dd \
    --header 'X-CSRF-TOKEN: 53574eb0bafe1c0a4d8a2cfc0cf726dd' \
    --form 'url=https://dummyimage.com/600x400/000/fff'

Response:

{
    "error": "Too Many Attempts."
}

Warning

Error responses have code 429.